home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / FinderHelper / OneClick 2.0 PR3 for MacHack CD / OneClick 2.0 - Preview 3 / OneClick 2.0 - Preview 3.rsrc / STR#_-9778.txt < prev    next >
Encoding:
Text File  |  1999-06-10  |  1.1 KB  |  35 lines

  1. Encloses expressions to be evaluated first.
  2.  
  3. Encloses expressions to be evaluated first.
  4.  
  5. Adds the number on the left to the number on the right.
  6.  
  7. Subtracts the number on the right from the number on the left.
  8.  
  9. Multiplies the number on the left by the number on the right.
  10.  
  11. Divides the number on the left by the number on the right.
  12.  
  13. Encloses a literal text string.
  14.  
  15. Joins the text string on the left with the text string on the right.
  16.  
  17. Evaluates to True if the expression on the right and the expression on the left are equivalent.
  18.  
  19. Evaluates to True if the expression on the right and the expression on the left are not equivalent.
  20.  
  21. Evaluates to True if the expression on the right is less than the expression on the left.
  22.  
  23. Evaluates to True if the expression on the right is greater than the expression on the left.
  24.  
  25. Evaluates to True if the expression on the right is less than or equal to the expression on the left.
  26.  
  27. Evaluates to True if the expression on the right is greater than or equal to the expression on the left.
  28.  
  29. Performs a logical AND.
  30.  
  31. Performs a logical OR.
  32.  
  33. Performs a logical NOT.
  34.  
  35.